home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / hrtmon / assembler.h next >
Text File  |  1999-01-29  |  133b  |  10 lines

  1.  
  2. /*
  3.   simple C header file for assembler.s
  4. */
  5.  
  6. int BootSum(char *BootBlockAddress);
  7. void DoJSR(unsigned long adr);
  8. int RemHRTmon();
  9.  
  10.